Release 10.1A: OpenEdge Development:
Progress 4GL Reference


GET-SIGNATURE( ) method

Returns the signature of the internal procedure or user-defined function whose name you supply.

Specifically:

int-proc-name

The name of an internal procedure or user-defined function.

GET-SIGNATURE returns a string with the following format:

type , return-type ,
  [ mode name p-type [ , mode name p-type ] ... ] 

type

The type of the internal procedure. Types include:

return-type

(User-defined functions only) The Progress data type that a user-defined function returns.

mode name p-type

A parameter description where mode is the mode of the parameter, name is the name of the parameter, and p-type is the type of parameter. The parameter type is either a data type (scalar or array) or, for a buffer parameter, the name of the table associated with the buffer.

The modes are:


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095